home *** CD-ROM | disk | FTP | other *** search
- Path: connix.com!news
- From: Scott Hawley <shawley@connix.com>
- Newsgroups: comp.lang.c
- Subject: Re: Can anyone answer the question?
- Date: 12 Feb 1996 17:57:59 GMT
- Organization: SHAWLEY SYSTEMS
- Message-ID: <4fnv38$mtj@comet.connix.com>
- References: <4fm3bc$t8v@news.netvoyage.net>
- NNTP-Posting-Host: shawley.connix.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- I means that the interal arrays have exceeded the 64K max the compilier
- allows. You can delcar pointers instead and allocate the memory on
- startup to get rid of the error.
-
-